home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Hops2c.dfm / Hops2c.txt
Text File  |  1999-01-03  |  2KB  |  116 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 147
  4.   Width = 440
  5.   Height = 340
  6.   Caption = 'Movie2a'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 30
  17.     Top = 30
  18.     Width = 170
  19.     Height = 250
  20.     BevelInner = bvLowered
  21.     BevelOuter = bvLowered
  22.     BevelWidth = 2
  23.     TabOrder = 0
  24.   end
  25.   object ShowButton: TButton
  26.     Left = 240
  27.     Top = 30
  28.     Width = 160
  29.     Height = 35
  30.     Caption = 'Erscheinen'
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clBlack
  33.     Font.Height = -20
  34.     Font.Name = 'Arial'
  35.     Font.Style = []
  36.     ParentFont = False
  37.     TabOrder = 1
  38.     OnClick = ShowButtonClick
  39.   end
  40.   object TurnButton: TButton
  41.     Left = 240
  42.     Top = 153
  43.     Width = 160
  44.     Height = 35
  45.     Caption = 'Drehen'
  46.     Font.Charset = ANSI_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -20
  49.     Font.Name = 'Arial'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     TabOrder = 2
  53.     OnClick = TurnButtonClick
  54.   end
  55.   object HideButton: TButton
  56.     Left = 240
  57.     Top = 71
  58.     Width = 160
  59.     Height = 35
  60.     Caption = 'Verschwinden'
  61.     Font.Charset = ANSI_CHARSET
  62.     Font.Color = clBlack
  63.     Font.Height = -20
  64.     Font.Name = 'Arial'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 3
  68.     OnClick = HideButtonClick
  69.   end
  70.   object MoveButton: TButton
  71.     Left = 240
  72.     Top = 112
  73.     Width = 160
  74.     Height = 35
  75.     Caption = 'Laufen'
  76.     Font.Charset = ANSI_CHARSET
  77.     Font.Color = clBlack
  78.     Font.Height = -20
  79.     Font.Name = 'Arial'
  80.     Font.Style = []
  81.     ParentFont = False
  82.     TabOrder = 4
  83.     OnClick = MoveButtonClick
  84.   end
  85.   object EndButton: TButton
  86.     Left = 240
  87.     Top = 245
  88.     Width = 160
  89.     Height = 35
  90.     Caption = 'Ende'
  91.     Font.Charset = ANSI_CHARSET
  92.     Font.Color = clBlack
  93.     Font.Height = -20
  94.     Font.Name = 'Arial'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 5
  98.     OnClick = EndButtonClick
  99.   end
  100.   object TwistButton: TButton
  101.     Left = 240
  102.     Top = 194
  103.     Width = 160
  104.     Height = 35
  105.     Caption = 'Tanzen'
  106.     Font.Charset = ANSI_CHARSET
  107.     Font.Color = clBlack
  108.     Font.Height = -20
  109.     Font.Name = 'Arial'
  110.     Font.Style = []
  111.     ParentFont = False
  112.     TabOrder = 6
  113.     OnClick = TwistButtonClick
  114.   end
  115. end
  116.